-- XML schema extracted from ITU-T X.1144 (10/2013)
<?xml version="1.0" encoding="UTF-8"?>
<record xmlns="urn:example:med:schemas:record"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <patient>
    <patientName>
      <first>Bartholomew</first>
      <last>Simpson</last>
    </patientName>
    <patientContact>
      <street>27 Shelbyville Road</street>
      <city>Springfield</city>
      <state>MA</state>
      <zip>12345</zip>
      <phone>555.123.4567</phone>
      <fax/>
      <email/>
    </patientContact>
    <patientDoB>1992-03-21</patientDoB>
    <patientGender>male</patientGender>
    <patient-number>555555</patient-number>
  </patient>
  <parentGuardian>
    <parentGuardianId>HS001</parentGuardianId>
    <parentGuardianName>
      <first>Homer</first>
      <last>Simpson</last>
    </parentGuardianName>
    <parentGuardianContact>
      <street>27 Shelbyville Road</street>
      <city>Springfield</city>
      <state>MA</state>
      <zip>12345</zip>
      <phone>555.123.4567</phone>
      <fax/>
      <email>homers@aol.com</email>
    </parentGuardianContact>
  </parentGuardian>
  <primaryCarePhysician>
    <physicianName>
      <first>Julius</first>
      <last>Hibbert</last>
    </physicianName>
    <physicianContact>
      <street>1 First St</street>
      <city>Springfield</city>
      <state>MA</state>
      <zip>12345</zip>
      <phone>555.123.9012</phone>
      <fax>555.123.9013</fax>
      <email/>
    </physicianContact>
    <registrationID>ABC123</registrationID>
  </primaryCarePhysician>
  <insurer>
    <name>Blue Cross</name>
    <street>1234 Main St</street>
    <city>Springfield</city>
    <state>MA</state>
    <zip>12345</zip>
    <phone>555.123.5678</phone>
    <fax>555.123.5679</fax>
    <email/>
  </insurer>
  <medical>
    <treatment>
      <drug>
        <name>methylphenidate hydrochloride</name>
        <dailyDosage>30mgs</dailyDosage>
        <startDate>1999-01-12</startDate>
      </drug>
      <comment>
        patient exhibits side-effects of skin coloration and carpal degeneration
      </comment>
    </treatment>
    <result>
      <test>blood pressure</test>
      <value>120/80</value>
      <date>2001-06-09</date>
      <performedBy>Nurse Betty</performedBy>
    </result>
  </medical>
</record>